Schemat bigApi.v1
Typ prosty messageId
Schemat bigApi.v1 : Typ prosty messageId
Opis
Typ reprezentujący identyfikator komunikatu (o długości maksymalnie 32 znaków).
Type representing the message identifier (up to 32 characters long).
Przestrzeń nazw http://api.big.pl/bigApi/v1/types
Typ
Restriction of xs:string
Diagram
Typ prosty messageId
Overview
messageId Restriction of xs:string
Typ reprezentujący identyfikator komunikatu (o długości maksymalnie 32 znaków).
Type representing the message identifier (up to 32 characters long).
Dozwolone wartości
MaxLength32
Źródło
<xs:simpleType name="messageId" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ reprezentujący identyfikator komunikatu (o długości maksymalnie 32 znaków).</div>
      <div class="opis en-GB" xmlns="http://www.w3.org/1999/xhtml">Type representing the message identifier (up to 32 characters long).</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="32" />
  </xs:restriction>
</xs:simpleType>
Zobacz także
Schemat bigApi.v1